Zum Hauptinhalt springen

Umgebungsvariablen

Allgemein

ParameterStandardwertBeschreibung
DATABASE_URL *Datenbank-URL (z. B. postgres://pg_benutzer:pg_passwort@pg_host:pg_port/db_name)
REDIS_URL *Redis-URL (z. B. redis://:redis_passwort@redis_host:6379/0)
FRONTEND_URL *Basis-URL der App. Sollte eine öffentlich zugängliche URL sein (z. B. https://app.woofedcrm.com)
ENABLE_USER_SIGNUPfalseErmöglicht neue Benutzeranmeldungen.
MOTOR_AUTH_USERNAMElovewoofedBenutzer für den Admin-Zugang zum Motor
MOTOR_AUTH_PASSWORDlovewoofedPasswort für den Admin-Zugang zum Motor
LANGUAGEenStandardsprache der App, verfügbar: pt-BR, es, en
DEFAULT_TIMEZONEbrasiliaStandard-Zeitzone der App
EVOLUTION_API_ENDPOINTEvolutionAPI-Endpunkt (z. B. https://evolution-api.com/). Hinweis: muss für die WhatsApp-Integration korrekt gesetzt sein.
EVOLUTION_API_ENDPOINT_TOKENEvolutionAPI-Global-Key. Hinweis: muss für die WhatsApp-Integration korrekt gesetzt sein.
VAPID_PUBLIC_KEYÖffentlicher Schlüssel für die VAPID (Voluntary Application Server Identification) Authentifizierung bei Web-Push-Benachrichtigungen
VAPID_PRIVATE_KEYPrivater Schlüssel für die VAPID (Voluntary Application Server Identification) Authentifizierung bei Web-Push-Benachrichtigungen
OPENAI_API_KEYAPI-Schlüssel zur Authentifizierung der OpenAI-Integrationen